projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04c630d
)
docs: Dn't mark all signals in GtkWidgetClass as private
author
Benjamin Otte
<otte@redhat.com>
Tue, 5 Oct 2010 21:25:53 +0000
(23:25 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 5 Oct 2010 21:25:53 +0000
(23:25 +0200)
They are meant to be overwritten by subclasses after all.
gtk/gtkwidget.h
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.h
b/gtk/gtkwidget.h
index c94dd6a005fb573ed01da0d0fe52a417c8b19bbb..9674a5f18ac5a41ab5181e2fc0edccb2ec05694c 100644
(file)
--- a/
gtk/gtkwidget.h
+++ b/
gtk/gtkwidget.h
@@
-172,8
+172,6
@@
struct _GtkWidgetClass
guint set_scroll_adjustments_signal;
- /*< private >*/
-
/* seldomly overidden */
void (*dispatch_child_properties_changed) (GtkWidget *widget,
guint n_pspecs,
@@
-367,8
+365,6
@@
struct _GtkWidgetClass
gboolean keyboard_tooltip,
GtkTooltip *tooltip);
- /*< public >*/
-
void (* adjust_size_request) (GtkWidget *widget,
GtkOrientation orientation,
gint for_size,